Update 'xen version' in guest-OS images to 3.0.
Signed-off-by: Keir Fraser <keir@xensource.com>
#include <os.h>
.section __xen_guest
- .asciz "XEN_VER=2.0,LOADER=generic,PT_MODE_WRITABLE"
+ .asciz "XEN_VER=3.0,LOADER=generic,PT_MODE_WRITABLE"
.text
.globl _start, shared_info
#include <os.h>
.section __xen_guest
- .asciz "XEN_VER=2.0,LOADER=generic,PT_MODE_WRITABLE"
+ .asciz "XEN_VER=3.0,LOADER=generic,PT_MODE_WRITABLE"
.text
#define ENTRY(X) .globl X ; X :
.section __xen_guest
- .asciz "GUEST_OS=linux,GUEST_VER=2.4,XEN_VER=2.0,VIRT_BASE=0xC0000000"
+ .asciz "GUEST_OS=linux,GUEST_VER=2.4,XEN_VER=3.0,VIRT_BASE=0xC0000000"
.text
#include <linux/config.h>
#include <linux/config.h>
.section __xen_guest
- .ascii "GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=2.0,VIRT_BASE=0xC0000000"
+ .ascii "GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xC0000000"
.ascii ",LOADER=generic"
.ascii ",PT_MODE_WRITABLE"
.byte 0
* Xen guest identifier and loader selection
*/
.section __xen_guest
- .ascii "GUEST_OS=netbsd,GUEST_VER=2.0,XEN_VER=2.0"
+ .ascii "GUEST_OS=netbsd,GUEST_VER=2.0,XEN_VER=3.0"
.ascii ",LOADER=generic"
#if (NKSYMS || defined(DDB) || defined(LKM)) && !defined(SYMTAB_SPACE)
.ascii ",BSD_SYMTAB"
return -EINVAL;
}
- if ( (strstr(guestinfo, "XEN_VER=2.0") == NULL) )
+ if ( (strstr(guestinfo, "XEN_VER=3.0") == NULL) )
{
ERROR("Will only load images built for Xen v2.0");
ERROR("Actually saw: '%s'", guestinfo);
return -EINVAL;
}
- if ( (strstr(guestinfo, "XEN_VER=2.0") == NULL) )
+ if ( (strstr(guestinfo, "XEN_VER=3.0") == NULL) )
{
printk("ERROR: Xen will only load images built for Xen v2.0\n");
return -EINVAL;